05. Truth Table Question

Truth Table Question

Truth Table Question #1

If P is false and Q is false, which of the following statements are true?

SOLUTION:
  • (P ∧ (P ⇒ Q)) ⇔ (¬ (¬P ∨ ¬Q))

Truth Tables Question #2

If P is false and Q is true, which of the following statements are true?

SOLUTION:
  • (P ∧ (P ⇒ Q)) ⇔ (¬ (¬P ∨ ¬Q))

Truth Table Question #3

If P is true and Q is false, which of the following statements are true?

SOLUTION:
  • (P ∧ (P ⇒ Q)) ⇔ (¬ (¬P ∨ ¬Q))

Truth Tables Question #4

If P is true and Q is true, which of the following statements are true?

SOLUTION:
  • P ∧ (P ⇒ Q)
  • ¬ (¬P ∨ ¬Q)
  • (P ∧ (P ⇒ Q)) ⇔ (¬ (¬P ∨ ¬Q))

Truth Table Question Solution